ceil

pure function ceil(): decimal

Ceiling value: rounds 1.0 to 1.0, 1.00001 to 2.0, -1.99999 to -1.0, etc.

Since

0.9.1